From c296d11ac345f500567ffbaca0c932d2e94fdaf0 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Tue, 4 Jan 2011 02:22:01 +0100 Subject: [PATCH] GtkToolItem: Remove unneeded call --- gtk/gtktoolitem.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c index 6a7a45a131..5ad586f1c5 100644 --- a/gtk/gtktoolitem.c +++ b/gtk/gtktoolitem.c @@ -451,8 +451,6 @@ gtk_tool_item_realize (GtkWidget *widget) if (toolitem->priv->use_drag_window) create_drag_window(toolitem); - - gtk_widget_style_attach (widget); } static void -- 2.30.2